$worker
$worker : \rcube_imap_search
Stackable item to run the search on a specific IMAP folder
$worker : \rcube_imap_search
$folder : string
$search : string
$charset : string
$sort_field : string
$threading : bool
$result : \rcube_result_index|\rcube_result_thread
__construct(string $folder, string $str, string $charset = null, string $sort_field = null, bool $threading = false) : mixed
Class constructor
string | $folder | IMAP folder to search in |
string | $str | Search criteria |
string | $charset | Search charset |
string | $sort_field | Header field to sort by |
bool | $threading | True if threaded listing is active |